home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / wbstartlib.lha / WBStart / dev / c / include / pragmas / wbstart_pragmas.h
C/C++ Source or Header  |  1996-03-13  |  356b  |  18 lines

  1. #ifndef PRAGMAS_WBSTART_PRAGMAS_H
  2. #define PRAGMAS_WBSTART_PRAGMAS_H
  3.  
  4. /*
  5.  * wbstart_pragmas.h  V2.0
  6.  *
  7.  * Inline library calls for wbstart.library functions
  8.  *
  9.  * (c) 1991-1996 Stefan Becker
  10.  */
  11.  
  12. #pragma libcall WBStartBase WBStartTagList 24 801
  13. #ifdef __SASC_60
  14. #pragma tagcall WBStartBase WBStartTags 24 801
  15. #endif
  16.  
  17. #endif /* PRAGMAS_WBSTART_PRAGMAS_H */
  18.